UNPKG

314 BJavaScriptView Raw
1module.exports = {
2 "name": "Literate CoffeeScript",
3 "type": "programming",
4 "color": "#244776",
5 "tmScope": "source.litcoffee",
6 "group": "CoffeeScript",
7 "aceMode": "text",
8 "wrap": true,
9 "aliases": [
10 "litcoffee"
11 ],
12 "extensions": [
13 ".litcoffee",
14 ".coffee.md"
15 ],
16 "languageId": 206
17}